home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / source_code / dhtmlunl / dhtml.exe / CD Content / Chap25 / dun25_6.txt < prev    next >
Encoding:
Text File  |  1997-12-18  |  696 b   |  20 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2.  
  3. <HTML>
  4.  
  5. <HEAD>
  6.  
  7. <TITLE>MyScape Navigator Launchpad</TITLE>
  8.  
  9. <STYLE TYPE="text/css">
  10.  
  11. </STYLE>
  12.  
  13. <SCRIPT LANGUAGE="JavaScript1.2" ARCHIVE="myScape.js" ID="Launcher">
  14.  
  15. function myLaunch() {
  16.  
  17.   netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserWrite");
  18.  
  19.   navbarProps="titlebar=no,alwaysRaised=yes,hotkeys=no,";
  20.  
  21.   navbarProps+=",outerWidth=" + screen.width + ",outerHeight=100";
  22.  
  23.   navbarProps+=",screenX=0,screenY=0";
  24.  
  25.   window.open("navbar.html","",navbarProps);
  26.  
  27. }
  28.  
  29. </SCRIPT>
  30.  
  31. </HEAD>
  32.  
  33. <BODY>
  34.  
  35. <P><FORM><INPUT TYPE=SUBMIT VALUE=Click onClick="myLaunch()">
  36.  
  37.  to launch MyScape Navigator.</FORM>
  38.  
  39.